home *** CD-ROM | disk | FTP | other *** search
/ Acorn User: China / Acorn User China CD-ROM (UK) (Disc B) / Acorn User China CD-ROM (UK) (Disc B).bin / BARNET / ARMLINUX / MAIL / 9704 / text0026.txt < prev   
Encoding:
Text File  |  1998-05-05  |  871 b   |  30 lines

  1. Hi,
  2.   On ftp.compsoc.man.ac.uk in /pub/acorn/ARMLinux is:
  3.  
  4. armtools.tgz - a complete set of everything you need (except what I've
  5. forgotten) to build your ARM Linux kernel on an x86 Linux PC.
  6.  
  7. linux-EarlyA-Ether1-NFSBoot - a kernel for A300/A400/?A540? with drivers
  8. for floppy, Acorn Ether1 and MFM hard drives.  It appears to netboot
  9. but I haven't actually tried to access the drives with it.
  10.  
  11. To use the armtools you need to untar them in /usr/arm/tools,
  12. then get your fresh kernel source, apply the ARM patches and then
  13. edit the flags to tell it what machine you've got.
  14.  
  15. Now edit the top level Makefile to change the CROSS_COMPILE variable
  16. to:
  17.  
  18. /usr/arm/tools/bin/arm-unknown-linuxaout-
  19.  
  20. make xconfig, and then do everything for a normal kernel and
  21. finish off by 
  22.  
  23. make Image
  24.  
  25. this will leave you with a freshly cooked ARM Linux kernel in 
  26. arch/arm/boot/Image
  27.  
  28. Dave
  29.  
  30.